From dcf41924fe5e2116caaab90c6867a991d02e6ed8 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 10 Dec 2010 11:26:07 +0100 Subject: [PATCH] Clarify documentation of GtkAboutDialog::logo Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=636594 --- gtk/gtkaboutdialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 09018e44e6..dd0f68f8b8 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -569,8 +569,8 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass) /** * GtkAboutDialog:logo: * - * A logo for the about box. If this is not set, it defaults to - * gtk_window_get_default_icon_list(). + * A logo for the about box. If it is %NULL, the default window icon + * set with gtk_window_set_default_icon() will be used. * * Since: 2.6 */ -- 2.30.2